ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / Items Property

In This Topic
    Items Property (CollectionViewResponse<T>)
    In This Topic
    The items data for Read command.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#3dt.#eet)>
    Public Property Items As IEnumerable(Of T)
    [JsonConverter(#3dt.#eet)]
    public IEnumerable<T> Items {get; set;}
    See Also